pull: Don't do deltas with --commit-metadata-only
authorColin Walters <walters@verbum.org>
Tue, 1 Nov 2016 20:39:58 +0000 (16:39 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 4 Nov 2016 16:04:23 +0000 (16:04 +0000)
commit2139f0e437038e05a562c9a566bb4903d3293c63
tree9f00558aef011aa6e27f92b3b3c06587872dea7f
parent730f7238699b932c90423a63c6720a12643a76b2
pull: Don't do deltas with --commit-metadata-only

We should just download the commit objects directly, as it's
obviously a lot more efficient than deltas.

I had to generate a summary file in more places in the tests,
since once created, it needs to be updated.

Closes: https://github.com/ostreedev/ostree/issues/528
Closes: #566
Approved by: jlebon
src/libostree/ostree-repo-pull.c
tests/pull-test.sh